home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InterCD 2002 January
/
january_2002.iso
/
Piposh Special
/
Piposh
/
COMEIN.DXR
/
00346.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2004-12-06
|
266 b
|
12 lines
on exitFrame
global sndcounter, soundspath, effectspath
repeat with i = 1 to 30
sprite(i).visible = 1
end repeat
sprite(27).visible = 0
sprite(28).visible = 0
sprite(29).visible = 0
sndcounter = 9
sound playFile 2, effectspath & "night2.aif"
end